//==============================================================================
// axe_anim.txt
//==============================================================================

//==============================================================================
define dust
{
   set hotspot
   {
      version
      {
         VisualParticle sfx a explode medium
//-- auto generated by the bang animation tool
//-- do not hand edit these values
                  tag Attack 0.01 true   
                  tag GenericSound 0.01 true
                  tag SpecificSoundSet 0.01 true IncendiaryExplode checkVisible
//-- end auto generated section
      }
   }
}

//==============================================================================
anim Idle
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual Attachments A Sling Stone
         }
      }
   }
}

//==============================================================================
anim Death
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
          	Visualnone jimmy loves you baby
//-- auto generated by the bang animation tool
//-- do not hand edit these values
                  tag Attack 0.01 true   
                  tag GenericSound 0.01 true
                  tag SpecificSoundSet 0.01 true IncendiaryExplode checkVisible
//-- end auto generated section
			connect HOTSPOT dust hotspot
         }
      }
   }
}
